Each field can be accessed by the dot (.) operation, or by the GET function. The GET function can work on multiple
instances simultaneously. Most fields, except for those that are Dependent, can be modified using the dot (.)
operation, or by the SET function.
|
|
Field |
Description |
Type |
Default |
Dedicated Get/Set Function |
|
|
|
name |
name of object, should be short and used as identifier. This field will never be empty. |
string |
'unnamed' |
|
|
|
|
description |
verbal description of the class content. |
string |
'' |
|
|
|
|
source |
verbal description of the source of information. |
string |
'' |
|
|
|
|
row_name |
Name of the row-category (for example, in gene arrays it can be "tissue").
|
string |
'' |
|
|
|
|
row_sampleset |
A sampleset describing the row-samples.
|
sampleset |
[] |
|
|
|
|
row_groupings |
grouping objects associated with the row-samples.
|
grouping array |
[] |
|
|
|
|
col_name |
Name of the column-category (for example, in gene arrays it can be "genes").
|
string |
'' |
|
|
|
|
col_sampleset |
A sampleset describing the column-samples.
|
sampleset |
[] |
|
|
|
|
col_groupings |
grouping objects associated with the column-samples.
|
grouping array |
[] |
|
|
|
|
matrix |
the data matrix.
|
double |
[] |
|
|
|
|
transformations |
keeping track on transformations that had been applied previously on the matrix.
|
structure |
[] |
|
|
|
Dependent |
no_rows |
number of row-samples.
|
integer scalar |
0 |
norows |
|
|
Dependent |
no_cols |
number of column-samples.
|
integer scalar |
0 |
nocols |
|